home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / akce / cleandiskse.exe / {app} / cleandisk.exe / 0 / RCDATA / TDLGNEWS / TDLGNEWS.txt < prev   
Text File  |  2005-09-16  |  3KB  |  148 lines

  1. object dlgNews: TdlgNews
  2.   Left = 274
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'Special Offers'
  6.   ClientHeight = 224
  7.   ClientWidth = 438
  8.   Color = 13162455
  9.   Ctl3D = False
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 561
  20.     Height = 209
  21.     Shape = bsFrame
  22.   end
  23.   object OKBtn: TButton
  24.     Left = 247
  25.     Top = 180
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.     OnClick = OKBtnClick
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 335
  36.     Top = 180
  37.     Width = 98
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Remind Me Later'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.     OnClick = CancelBtnClick
  44.   end
  45.   object FlatGroupBox2: TFlatGroupBox
  46.     Left = 24
  47.     Top = 16
  48.     Width = 409
  49.     Height = 155
  50.     Caption = 'Receive Free Information'
  51.     TabOrder = 2
  52.     object Label3: TLabel
  53.       Left = 6
  54.       Top = 131
  55.       Width = 386
  56.       Height = 12
  57.       Alignment = taCenter
  58.       Caption = 
  59.         'Privacy Policy: Your e-mail will not be sent to any other compan' +
  60.         'ies nor to other third parties'
  61.       Font.Charset = DEFAULT_CHARSET
  62.       Font.Color = clWindowText
  63.       Font.Height = -9
  64.       Font.Name = 'Arial'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       WordWrap = True
  68.     end
  69.     object Label2: TLabel
  70.       Left = 5
  71.       Top = 28
  72.       Width = 92
  73.       Height = 13
  74.       Caption = 'Your email address:'
  75.     end
  76.     object Image3: TImage
  77.       Left = 42
  78.       Top = 53
  79.       Width = 32
  80.       Height = 32
  81.       AutoSize = True
  82.       Picture.Data = {<image000.ico>}
  83.     end
  84.     object Label1: TLabel
  85.       Left = 88
  86.       Top = 64
  87.       Width = 185
  88.       Height = 13
  89.       Caption = 'Keep me informed of HS CleanDisk Pro'
  90.     end
  91.     object Label4: TLabel
  92.       Left = 88
  93.       Top = 96
  94.       Width = 221
  95.       Height = 13
  96.       Caption = 'Keep me informed of other HAYSOFT products'
  97.     end
  98.     object Image1: TImage
  99.       Left = 42
  100.       Top = 93
  101.       Width = 32
  102.       Height = 32
  103.       AutoSize = True
  104.       Picture.Data = {<image001.gif>}
  105.     end
  106.     object edtEmail: TEdit
  107.       Left = 104
  108.       Top = 22
  109.       Width = 169
  110.       Height = 19
  111.       TabOrder = 0
  112.     end
  113.     object chkHaysoft: TFlatCheckBox
  114.       Left = 16
  115.       Top = 94
  116.       Width = 17
  117.       Height = 17
  118.       Caption = 'FlatCheckBox1'
  119.       Checked = True
  120.       TabOrder = 1
  121.       TabStop = True
  122.     end
  123.     object chkFtpExplorer: TFlatCheckBox
  124.       Left = 16
  125.       Top = 54
  126.       Width = 17
  127.       Height = 17
  128.       Caption = 'FlatCheckBox1'
  129.       Checked = True
  130.       TabOrder = 2
  131.       TabStop = True
  132.     end
  133.   end
  134.   object HTTPGet1: THTTPGet
  135.     AcceptTypes = '*/*'
  136.     Agent = 'UtilMind HTTPGet'
  137.     BinaryData = False
  138.     URL = 'http://www.haysoft.com/hs/untpostnews.php3'
  139.     UseCache = False
  140.     WaitThread = True
  141.     OnProgress = HTTPGet1Progress
  142.     OnDoneString = HTTPGet1DoneString
  143.     OnError = HTTPGet1Error
  144.     Left = 272
  145.     Top = 16
  146.   end
  147. end
  148.